Find BPN endpoints corresponding to numbers (e.g. OEN, batteryID, etc.)
Find BPN endpoints corresponding to numbers (e.g. OEN, batteryID, etc.)
- application/json
Request Body required
the request body is expecting a list of key (type, e.g. OEN, batteryID, etc.) - value (explicit number) pairs, where this service will respond with the corresponding BPN. Please add minimum one key-value pair.
searchFilter SearchIdentifierTypeKeyPair[]
Possible values:
<= 10000
type stringPossible values:
non-empty
and<= 200 characters
keys string[]Possible values:
<= 10000
Responses
- 200
key value for BPN created successfully
- application/json
- Schema
- Example (from schema)
- Complete
Schema
bpns Bpn[]
type stringkey stringvalue stringresourceId string
{
"bpns": [
{
"type": "string",
"key": "string",
"value": "string",
"resourceId": "string"
}
]
}
{
"bpns": [
{
"type": "oen",
"key": "oen-1243",
"value": "bpn-123",
"resourceId": "1ca6f9b5-8e1d-422a-8541-9bb2cf5fe485"
},
{
"type": "oen",
"key": "oen-11",
"value": "bpn-123",
"resourceId": "972262d7-7e05-4578-936f-de236d7feb94"
},
{
"type": "bpid",
"key": "bpid-1243",
"value": "bpn-444",
"resourceId": "1b754aeb-c753-4adf-ae6d-52842f5a38b7"
},
{
"type": "bpid",
"key": "oen-11",
"value": "bpn-444",
"resourceId": "e43f9cf8-f0d4-4c51-b7fe-b68ea4aeea7c"
}
]
}
Loading...